home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / prefs_o.dxr / 00006_Sound Toggle.ls < prev    next >
Encoding:
Text File  |  1996-09-01  |  324 b   |  14 lines

  1. on mouseUp
  2.   global sound
  3.   repeat with count = 28 to 31
  4.     set the hilite of cast count to 0
  5.   end repeat
  6.   set the hilite of cast the castNum of sprite the clickOn to 1
  7.   repeat with count = 28 to 31
  8.     if the hilite of cast count = 1 then
  9.       set sound to abs(count - 31)
  10.     end if
  11.   end repeat
  12.   SoundControl()
  13. end
  14.